vendor/golang.org/x/crypto/cryptobyte.Builder.pendingLenLen (field)
9 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L29: pendingLenLen int
builder.go#L194: pendingLenLen: lenLen,
builder.go#L219: length := len(child.result) - child.pendingLenLen - child.offset
builder.go#L229: if child.pendingLenLen != 1 {
builder.go#L260: childStart := child.offset + child.pendingLenLen
builder.go#L264: child.pendingLenLen = extraBytes
builder.go#L268: for i := child.pendingLenLen - 1; i >= 0; i-- {
builder.go#L273: b.err = fmt.Errorf("cryptobyte: pending child length %d exceeds %d-byte length prefix", length, child.pendingLenLen)
builder.go#L311: length := len(b.result) - b.pendingLenLen - b.offset
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)